{"version":3,"file":"schema.cjs","sourceRoot":"","sources":["../../../schematics/install/schema.cts"],"names":[],"mappings":"","sourcesContent":["export interface Schema {\n  /** Name of the project to target. */\n  project: string;\n  /** Url to your GraphQL endpoint */\n  endpoint?: string;\n  /** Version of GraphQL (16 by default) */\n  graphql?: string;\n}\n"]}