8000 Clarify pagination comment in GraphQL query · github/platform-samples@08b0ad9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 08b0ad9

Browse files
authored
Clarify pagination comment in GraphQL query
1 parent c927d55 commit 08b0ad9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphql/queries/org-saml-identities-filtered-by-nameid-username.graphql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# For GitHub Enterprise Cloud organizations that have SAML configured at the organization level, this will query the stored SAML `nameId` and SCIM `userName` external identity values in the GitHub organization, and if one is found that matches the value specified for `<SAML Name ID>`, it will print out the SAML `nameId` and GitHub username for that stored external identity.
33

44
# This query will not print out a user username (`login`) value if there is not a GitHub user account linked to this SAML identity.
5-
# Pagination shouldn't be needed since there shouldn't be multiple entries that have the same SAML `NameID` or SCIM `userName`. However, for more information on pagination. There is also an example of pagination in simple-pagination-example.graphql.
5+
# Pagination shouldn't be needed since there shouldn't be multiple entries in the organization that have the same SAML `NameID` or SCIM `userName`. However, for more information on pagination. There is also an example of pagination in simple-pagination-example.graphql.
66

77
query OrganizationIdentitiesBySAMLNameID {
88
organization(login: <ORG_NAME>) {

0 commit comments

Comments
 (0)
0