Mahmudul-Sumoon / GraphQL-Riverpod

A Riverpod application for graphql query and mutation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  • need to be modify books_model.g.dart
const _$TypenameEnumMap = {
  Typename.BOOK: 'Book',
};
      'books': instance.books?.map((e) => e.toJson()).toList(),

About

A Riverpod application for graphql query and mutation.


Languages

Language:Dart 94.2%Language:HTML 5.0%Language:Swift 0.5%Language:Kotlin 0.2%Language:Objective-C 0.0%