toGraphQLFields method

Iterable<GraphQLField> toGraphQLFields()

Convert Prisma enums to GraphQL fields

Implementation

Iterable<GraphQLField> toGraphQLFields() => map((e) => e.toGraphQLField());