diff options
Diffstat (limited to 'graphql/relay.go')
-rw-r--r-- | graphql/relay.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/graphql/relay.go b/graphql/relay.go index a73a38ef..036ab54e 100644 --- a/graphql/relay.go +++ b/graphql/relay.go @@ -5,7 +5,6 @@ import ( "strings" ) - type ResolvedGlobalID struct { Type string `json:"type"` ID string `json:"id"` @@ -36,4 +35,3 @@ func FromGlobalID(globalID string) *ResolvedGlobalID { ID: tokens[1], } } - |