Type Alias PrismaToGraphqlOutputs

PrismaToGraphqlOutputs: { graphqlSchema: string; schemaTs: string }

All the outputs of the generator before writing them to their respective files.

Type declaration

  • graphqlSchema: string
  • schemaTs: string