searchIMSProjects
Search for nodes of type IMSProject
searchIMSProjects(
filter: IMSProjectFilterInput
first: Int!
query: String!
skip: Int
): [IMSProject!]!
Arguments
searchIMSProjects.filter
● IMSProjectFilterInput
input
Filter for specific items
searchIMSProjects.first
● Int!
non-null scalar
Get the first n items.
searchIMSProjects.query
● String!
non-null scalar
Search query nodes must match
searchIMSProjects.skip
● Int
scalar
Skips n items.
Type
IMSProject
object
Project on an IMS, represents a Trackable synced to an IMS. The representation on the IMS depends on the type of IMS, e.g. for GitHub, a project is a repository. READ is granted if READ is granted on
trackable
orims
.