Values.GraphQLRenderConfigSourceDescribes the GraphQL configuration for an API for a code generation job.
type nonrec t = {typesFilePath : String_.t;The path to the GraphQL types file, relative to the component output directory.
*)queriesFilePath : String_.t;The path to the GraphQL queries file, relative to the component output directory.
*)mutationsFilePath : String_.t;The path to the GraphQL mutations file, relative to the component output directory.
*)subscriptionsFilePath : String_.t;The path to the GraphQL subscriptions file, relative to the component output directory.
*)fragmentsFilePath : String_.t;The path to the GraphQL fragments file, relative to the component output directory.
*)}