You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"\n fragment UserEmail_email on UserEmail {\n id\n email\n confirmedAt\n }\n": types.UserEmail_EmailFragmentDoc,
@@ -142,7 +142,7 @@ export function graphql(source: "\n fragment UnverifiedEmailAlert_user on User
142
142
/**
143
143
* The graphql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.
144
144
*/
145
-
exportfunctiongraphql(source: "\n fragment LinkUpstreamProvider_provider on UpstreamOAuth2Provider {\n id\n humanName\n upstreamOauth2LinksForUser {\n id\n provider {\n id\n }\n }\n }\n"): (typeofdocuments)["\n fragment LinkUpstreamProvider_provider on UpstreamOAuth2Provider {\n id\n humanName\n upstreamOauth2LinksForUser {\n id\n provider {\n id\n }\n }\n }\n"];
145
+
exportfunctiongraphql(source: "\n fragment LinkUpstreamProvider_provider on UpstreamOAuth2Provider {\n id\n humanName\n }\n"): (typeofdocuments)["\n fragment LinkUpstreamProvider_provider on UpstreamOAuth2Provider {\n id\n humanName\n }\n"];
146
146
/**
147
147
* The graphql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.
0 commit comments