Added template previewing with non-functional GQL editor BOD-126
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
import gql from "graphql-tag";
|
||||
|
||||
export const INTROSPECTION = gql`
|
||||
query INTROSPECTION {
|
||||
__schema {
|
||||
types {
|
||||
name
|
||||
}
|
||||
}
|
||||
}
|
||||
`;
|
||||
export const QUERY_BODYSHOP = gql`
|
||||
query QUERY_BODYSHOP {
|
||||
bodyshops(where: { associations: { active: { _eq: true } } }) {
|
||||
|
||||
25119
client/src/graphql/schema.graphql
Normal file
25119
client/src/graphql/schema.graphql
Normal file
File diff suppressed because it is too large
Load Diff
25132
client/src/graphql/schema.js
Normal file
25132
client/src/graphql/schema.js
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user