Commit 6e953abe authored by Alex Kalderimis's avatar Alex Kalderimis Committed by Alex Kalderimis

Design-Management: Update types in our graphql queries

This changes ~frontend queries used in our clients so that they refer to
the new specific ID types corresponding to the GlobalID for the domain
object in question. These changes are necessary since types must match
exactly.

No changes to the the actual front-end code itself is needed, since the
representation of these values has not changed.
parent 99dd3edc
#import "../fragments/design.fragment.graphql" #import "../fragments/design.fragment.graphql"
#import "~/graphql_shared/fragments/author.fragment.graphql" #import "~/graphql_shared/fragments/author.fragment.graphql"
query getDesign($fullPath: ID!, $iid: String!, $atVersion: ID, $filenames: [String!]) { query getDesign($fullPath: ID!, $iid: String!, $atVersion: DesignManagementVersionID, $filenames: [String!]) {
project(fullPath: $fullPath) { project(fullPath: $fullPath) {
id id
issue(iid: $iid) { issue(iid: $iid) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment