{"owner":"pixie-io","repo":"pixie","hasSpec":true,"specFile":"src/cloud/api/controllers/schema/01_base_schema.graphql","branch":"HEAD","format":"graphql","version":"Unknown","title":"pixie","description":"","endpoints":[],"spec":"schema {\n  query: Query\n  mutation: Mutation\n}\n\n# The spec doesn't allow empty types.\n# So we create palceholders here and allow these types to be\n# extended by other files.\n# https://github.com/graphql/graphql-spec/issues/568\n\ntype Query {\n  noop: Boolean!\n}\n\ntype Mutation {\n  noop: Boolean!\n}\n"}