Interface CommonCodeGeneratorOptions

interface CommonCodeGeneratorOptions {
    schema: GraphQLSchema;
}

Properties

Properties

schema: GraphQLSchema