Skip to content

Commit

Permalink
Update simpleTest.pure
Browse files Browse the repository at this point in the history
  • Loading branch information
horbe authored Nov 28, 2023
1 parent e8b121e commit a254bd4
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ function <<test.Test>> meta::external::query::graphQL::binding::fromPure::sdl::t
'\n' +
'scalar StrictDate\n' +
'\n' +
'directive(class: String!) @extends on OBJECT | INPUT_OBJECT',
'directive @extends(class: String!) on OBJECT | INPUT_OBJECT',
$res);
}

Expand Down Expand Up @@ -321,7 +321,7 @@ function <<test.Test>> meta::external::query::graphQL::binding::fromPure::sdl::t
'\n' +
'scalar StrictDate\n' +
'\n' +
'directive(class: String!) @extends on OBJECT | INPUT_OBJECT',
'directive @extends(class: String!) on OBJECT | INPUT_OBJECT',
$res);
}

Expand Down Expand Up @@ -357,7 +357,7 @@ function <<test.Test>> meta::external::query::graphQL::binding::fromPure::sdl::t
' members: [Employee!]!\n' +
'}\n' +
'\n' +
'directive(class: String!) @extends on OBJECT | INPUT_OBJECT',
'directive @extends(class: String!) on OBJECT | INPUT_OBJECT',
$res);
}

Expand Down Expand Up @@ -422,7 +422,7 @@ function <<test.Test>> meta::external::query::graphQL::binding::fromPure::sdl::t
' members: [EmployeeInput!]!\n' +
'}\n' +
'\n' +
'directive(class: String!) @extends on OBJECT | INPUT_OBJECT\n' +
'directive @extends(class: String!) on OBJECT | INPUT_OBJECT\n' +
'\n' +
'schema {\n' +
' query : QueryHierarchy\n' +
Expand Down

0 comments on commit a254bd4

Please sign in to comment.