Added new HTML editor with some breaking changes.
This commit is contained in:
@@ -4,9 +4,9 @@ export const QUERY_TEMPLATES_BY_NAME = gql`
|
||||
query QUERY_TEMPLATES_BY_NAME($name: String!) {
|
||||
templates(where: { name: { _eq: $name } }) {
|
||||
id
|
||||
html
|
||||
name
|
||||
query
|
||||
html
|
||||
bodyshopid
|
||||
}
|
||||
}
|
||||
@@ -28,6 +28,7 @@ export const QUERY_TEMPLATE_BY_PK = gql`
|
||||
name
|
||||
query
|
||||
html
|
||||
jsontemplate
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user