chore: update schemas #26753
Annotations
6 warnings and 5 notices
Enum value 'NON_HOST_ADMIN' was added to enum 'LastCommentBy':
server/graphql/schemaV2.graphql#L4726
Adding an enum value may break existing clients that were not programming defensively against an added case when querying an enum.
|
e2e (4*.js)
Unexpected input(s) 'owner', 'repo', 'ref', valid inputs are ['route', 'mediaType']
|
e2e (3*.js)
Unexpected input(s) 'owner', 'repo', 'ref', valid inputs are ['route', 'mediaType']
|
e2e (1*.js)
Unexpected input(s) 'owner', 'repo', 'ref', valid inputs are ['route', 'mediaType']
|
e2e (0*.js)
Unexpected input(s) 'owner', 'repo', 'ref', valid inputs are ['route', 'mediaType']
|
e2e (2*.js)
Unexpected input(s) 'owner', 'repo', 'ref', valid inputs are ['route', 'mediaType']
|
Field 'accountsContributedTo' was added to object type 'Contributor':
server/graphql/schemaV2.graphql#L4250
Field 'accountsContributedTo' was added to object type 'Contributor'
|
Field 'ofAccount' was added to object type 'Member':
server/graphql/schemaV2.graphql#L12347
Field 'ofAccount' was added to object type 'Member'
|
Field 'contributors' was added to object type 'Query':
server/graphql/schemaV2.graphql#L14624
Field 'contributors' was added to object type 'Query'
|
Field 'contributor' was added to object type 'Query':
server/graphql/schemaV2.graphql#L14654
Field 'contributor' was added to object type 'Query'
|
Field 'members' was added to object type 'Query':
server/graphql/schemaV2.graphql#L14991
Field 'members' was added to object type 'Query'
|