Skip to content

Commit

Permalink
upadte snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
PascalSenn committed Apr 17, 2024
1 parent 0bdf2e5 commit a0866f2
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
"code": "AUTH_NOT_AUTHORIZED"
}
}
]
],
"data": null
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
"code": "AUTH_NOT_AUTHORIZED"
}
}
]
],
"data": null
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
"code": "AUTH_NOT_AUTHORIZED"
}
}
]
],
"data": null
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
"code": "AUTH_NOT_AUTHORIZED"
}
}
]
],
"data": null
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
"code": "AUTH_NOT_AUTHORIZED"
}
}
]
],
"data": null
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
"code": "AUTH_NOT_AUTHORIZED"
}
}
]
],
"data": null
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
"code": "AUTH_NOT_AUTHORIZED"
}
}
]
],
"data": null
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
"code": "AUTH_NOT_AUTHORIZED"
}
}
]
],
"data": null
}
7 changes: 0 additions & 7 deletions src/Server/test/GraphQL.Tests/__snapshots__/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -1270,15 +1270,8 @@ enum TokenUsage {
ONE_TIME_ONLY
}

directive @allowAnonymous repeatable on FIELD_DEFINITION

directive @authorize("The name of the authorization policy that determines access to the annotated resource." policy: String "Roles that are allowed to access the annotated resource." roles: [String!] "Defines when when the authorize directive shall be applied.By default the authorize directives are applied during the validation phase." apply: ApplyPolicy! = BEFORE_RESOLVER) repeatable on OBJECT | FIELD_DEFINITION

"The `@specifiedBy` directive is used within the type system definition language to provide a URL for specifying the behavior of custom scalar definitions."
directive @specifiedBy("The specifiedBy URL points to a human-readable specification. This field will only read a result for scalar types." url: String!) on SCALAR

directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION

"The `DateTime` scalar represents an ISO-8601 compliant date time type."
scalar DateTime @specifiedBy(url: "https:\/\/www.graphql-scalars.com\/date-time")

Expand Down

0 comments on commit a0866f2

Please sign in to comment.