codeSignProjects
Retrieve a list of Projects.
codeSignProjects(
after: String
before: String
first: Int
last: Int
): CodeSignProjectConnection
Arguments
codeSignProjects.after ● String scalar
Returns the Projects in the list that come after the specified cursor
codeSignProjects.before ● String scalar
returns the Projects in the list that come before the specified cursor
codeSignProjects.first ● Int scalar
returns the first _n_ Projects from the list
codeSignProjects.last ● Int scalar
returns the last _n_ Projects from the list