Skip to content
This repository was archived by the owner on Apr 1, 2024. It is now read-only.

Commit fbc3ea0

Browse files
author
Create or Update Pull Request Action
committed
WIP: github schema.graphql changed - please review
1 parent 269b595 commit fbc3ea0

File tree

1 file changed

+0
-81
lines changed

1 file changed

+0
-81
lines changed

example/github/schema.graphql

Lines changed: 0 additions & 81 deletions
Original file line numberDiff line numberDiff line change
@@ -12074,87 +12074,6 @@ type EnvironmentEdge {
1207412074
node: Environment
1207512075
}
1207612076

12077-
"""
12078-
An environment.
12079-
"""
12080-
type Environment implements Node {
12081-
"""
12082-
Identifies the primary key from the database.
12083-
"""
12084-
databaseId: Int
12085-
id: ID!
12086-
12087-
"""
12088-
The name of the environment
12089-
"""
12090-
name: String!
12091-
12092-
"""
12093-
The protection rules defined for this environment
12094-
"""
12095-
protectionRules(
12096-
"""
12097-
Returns the elements in the list that come after the specified cursor.
12098-
"""
12099-
after: String
12100-
12101-
"""
12102-
Returns the elements in the list that come before the specified cursor.
12103-
"""
12104-
before: String
12105-
12106-
"""
12107-
Returns the first _n_ elements from the list.
12108-
"""
12109-
first: Int
12110-
12111-
"""
12112-
Returns the last _n_ elements from the list.
12113-
"""
12114-
last: Int
12115-
): DeploymentProtectionRuleConnection!
12116-
}
12117-
12118-
"""
12119-
The connection type for Environment.
12120-
"""
12121-
type EnvironmentConnection {
12122-
"""
12123-
A list of edges.
12124-
"""
12125-
edges: [EnvironmentEdge]
12126-
12127-
"""
12128-
A list of nodes.
12129-
"""
12130-
nodes: [Environment]
12131-
12132-
"""
12133-
Information to aid in pagination.
12134-
"""
12135-
pageInfo: PageInfo!
12136-
12137-
"""
12138-
Identifies the total count of items in the connection.
12139-
"""
12140-
totalCount: Int!
12141-
}
12142-
12143-
"""
12144-
An edge in a connection.
12145-
"""
12146-
type EnvironmentEdge {
12147-
"""
12148-
A cursor for use in pagination.
12149-
"""
12150-
cursor: String!
12151-
12152-
"""
12153-
The item at the end of the edge.
12154-
"""
12155-
node: Environment
12156-
}
12157-
1215812077
"""
1215912078
An external identity provisioned by SAML SSO or SCIM.
1216012079
"""

0 commit comments

Comments
 (0)