OBJECT
RootQueryType
link GraphQL Schema definition
- type RootQueryType {
- # Arguments
- # id: [Not documented]
- (: ID): Action
- : [Action!]
- # Find an agent (person or organization) by their ID
- #
- # Arguments
- # id: [Not documented]
- (: ID): Agent
- # Retrieve details of an agent relationship by its ID
- #
- # Arguments
- # id: [Not documented]
- (: ID): AgentRelationship
- # Retrieve details of an agent relationship role by its ID
- #
- # Arguments
- # id: [Not documented]
- (: ID): AgentRelationshipRole
- # Retrieve all possible kinds of associations that agents may have with one
- # another in this collaboration space
- #
- # Arguments
- # limit: [Not documented]
- # start: [Not documented]
- (: Int, : ID): [AgentRelationshipRole!]
- # Retrieve details of all the relationships between all agents registered in this
- # collaboration space
- #
- # Arguments
- # limit: [Not documented]
- # start: [Not documented]
- (: Int, : ID): [AgentRelationship!]
- # Loads all agents publicly registered within this collaboration space
- #
- # Arguments
- # limit: [Not documented]
- # start: [Not documented]
- (: Int, : ID): [Agent!]
- # Arguments
- # id: [Not documented]
- (: ID): Agreement
- # Arguments
- # limit: [Not documented]
- # start: [Not documented]
- (: Int, : ID): [Agreement!]
- # Get list of categories we know about
- #
- # Arguments
- # after: [Not documented]
- # before: [Not documented]
- # limit: [Not documented]
- (: [Cursor!], : [Cursor!], : Int): CategoriesPage!
- # Get a category by ID
- #
- # Arguments
- # categoryId: [Not documented]
- (: ID): Category
- # Arguments
- # id: [Not documented]
- (: ID): Claim
- # Arguments
- # limit: [Not documented]
- # start: [Not documented]
- (: Int, : ID): [Claim!]
- # Arguments
- # id: [Not documented]
- (: ID): Commitment
- # Arguments
- # filter: [Not documented]
- # limit: [Not documented]
- # start: [Not documented]
- (: agentCommitmentSearchParams, : Int, : ID): [Commitment!]
- # Arguments
- # id: [Not documented]
- (: ID): EconomicEvent
- # Arguments
- # limit: [Not documented]
- # start: [Not documented]
- (: Int, : ID): [EconomicEvent!]
- # Arguments
- # action: [Not documented]
- # endDate: [Not documented]
- # providerId: [Not documented]
- # receiverId: [Not documented]
- # resourceClassifiedAs: [Not documented]
- # startDate: [Not documented]
- (
- : ID,
- : String,
- : ID,
- : ID,
- : [URI!],
- : String
- ): [EconomicEvent!]
- # Get paginated list of economic events
- #
- # Arguments
- # after: [Not documented]
- # before: [Not documented]
- # limit: [Not documented]
- (
- : [Cursor!],
- : [Cursor!],
- : Int
- ): EconomicEventPage!
- # Arguments
- # id: [Not documented]
- (: ID): EconomicResource
- # Arguments
- # limit: [Not documented]
- # start: [Not documented]
- (: Int, : ID): [EconomicResource!]
- # TEMPORARY - get filtered but non-paginated list of resources
- #
- # Arguments
- # agent: [Not documented]
- # currentLocation: [Not documented]
- # geolocation: [Not documented]
- # inScopeOf: [Not documented]
- # state: [Not documented]
- # tagIds: [Not documented]
- (
- : [ID],
- : [ID],
- : GeolocationFilters,
- : [ID],
- : [ID],
- : [ID]
- ): [EconomicResource]
- # Get paginated list of economic resources
- #
- # Arguments
- # after: [Not documented]
- # before: [Not documented]
- # limit: [Not documented]
- (
- : [Cursor!],
- : [Cursor!],
- : Int
- ): EconomicResourcePage!
- # Arguments
- # id: [Not documented]
- (: ID): Fulfillment
- # Arguments
- # limit: [Not documented]
- # start: [Not documented]
- (: Int, : ID): [Fulfillment!]
- # Arguments
- # id: [Not documented]
- (: ID): Intent
- # Arguments
- # filter: [Not documented]
- # limit: [Not documented]
- # start: [Not documented]
- (: IntentSearchParams, : Int, : ID): [Intent!]
- # Get paginated list of intents
- #
- # Arguments
- # after: [Not documented]
- # before: [Not documented]
- # limit: [Not documented]
- (: [Cursor!], : [Cursor!], : Int): IntentsPage!
- # Arguments
- # id: [Not documented]
- (: ID): Measure
- # Arguments
- # limit: [Not documented]
- # start: [Not documented]
- (: Int, : ID): [Measure!]
- # Arguments
- # after: [Not documented]
- # before: [Not documented]
- # limit: [Not documented]
- (: [Cursor], : [Cursor], : Int): MeasuresPage!
- # Loads details of the currently authenticated REA agent
- : Agent
- # Get paginated list of active needs (intents with no provider)
- #
- # Arguments
- # after: [Not documented]
- # before: [Not documented]
- # limit: [Not documented]
- (: [Cursor!], : [Cursor!], : Int): IntentsPage!
- # Arguments
- # id: [Not documented]
- (: ID): ObservablePhenomenon
- # Get paginated list of observable phenomenon
- #
- # Arguments
- # after: [Not documented]
- # before: [Not documented]
- # limit: [Not documented]
- (
- : [Cursor!],
- : [Cursor!],
- : Int
- ): ObservablePhenomenonPage!
- # Arguments
- # limit: [Not documented]
- # start: [Not documented]
- (: Int, : ID): [ObservablePhenomenon!]
- # Arguments
- # limit: [Not documented]
- # start: [Not documented]
- (: Int, : ID): [ObservableProperty!]
- # Get paginated list of observable properties
- #
- # Arguments
- # after: [Not documented]
- # before: [Not documented]
- # limit: [Not documented]
- (
- : [Cursor!],
- : [Cursor!],
- : Int
- ): ObservablePropertyPage!
- # Arguments
- # id: [Not documented]
- (: ID): ObservableProperty
- # Arguments
- # id: [Not documented]
- (: ID): Observation
- # Arguments
- # limit: [Not documented]
- # start: [Not documented]
- (: Int, : ID): [Observation!]
- # Get paginated list of observations
- #
- # Arguments
- # after: [Not documented]
- # agent: [Not documented]
- # before: [Not documented]
- # hasFeatureOfInterest: [Not documented]
- # limit: [Not documented]
- # madeBySensor: [Not documented]
- # observedDuring: [Not documented]
- # observedProperty: [Not documented]
- # provider: [Not documented]
- (
- : [Cursor!],
- : [ID!],
- : [Cursor!],
- : [ID!],
- : Int,
- : [ID!],
- : [ID!],
- : [ID!],
- : [ID!]
- ): ObservationPage!
- # Get paginated list of active offers (intents with no receiver)
- #
- # Arguments
- # after: [Not documented]
- # before: [Not documented]
- # limit: [Not documented]
- (: [Cursor!], : [Cursor!], : Int): IntentsPage!
- # Find an organization (group) agent by its ID
- #
- # Arguments
- # id: [Not documented]
- (: ID): Organization
- # Loads all organizations publicly registered within this collaboration space
- #
- # Arguments
- # limit: [Not documented]
- # start: [Not documented]
- (: Int, : ID): [Organization!]
- # Get paginated list of organizations
- #
- # Arguments
- # after: [Not documented]
- # before: [Not documented]
- # limit: [Not documented]
- (
- : [Cursor!],
- : [Cursor!],
- : Int
- ): AgentsPage!
- # Loads all people who have publicly registered with this collaboration space.
- #
- # Arguments
- # limit: [Not documented]
- # start: [Not documented]
- (: Int, : ID): [Person!]
- # Get paginated list of people
- #
- # Arguments
- # after: [Not documented]
- # before: [Not documented]
- # limit: [Not documented]
- (: [Cursor!], : [Cursor!], : Int): AgentsPage!
- # Find a person by their ID
- #
- # Arguments
- # id: [Not documented]
- (: ID): Person
- # Arguments
- # id: [Not documented]
- (: ID): Plan
- # Arguments
- # limit: [Not documented]
- # start: [Not documented]
- (: Int, : ID): [Plan!]
- # Arguments
- # id: [Not documented]
- (: ID): Process
- # Arguments
- # id: [Not documented]
- (: ID): ProcessSpecification
- # Arguments
- # limit: [Not documented]
- # start: [Not documented]
- (: Int, : ID): [ProcessSpecification!]
- # Arguments
- # limit: [Not documented]
- # start: [Not documented]
- (: Int, : ID): [Process!]
- # Get paginated list of processes
- #
- # Arguments
- # after: [Not documented]
- # before: [Not documented]
- # limit: [Not documented]
- (: [Cursor!], : [Cursor!], : Int): ProcessPage!
- # Arguments
- # id: [Not documented]
- (: ID): ProductBatch
- # Arguments
- # limit: [Not documented]
- # start: [Not documented]
- (: Int, : ID): [ProductBatch!]
- # Arguments
- # id: [Not documented]
- (: ID): Proposal
- # Arguments
- # limit: [Not documented]
- # start: [Not documented]
- (: Int, : ID): [Proposal!]
- # TEMPORARY - get filtered but non-paginated list of proposals
- #
- # Arguments
- # agent: [Not documented]
- # atLocation: [Not documented]
- # geolocation: [Not documented]
- # inScopeOf: [Not documented]
- (
- : [ID],
- : [ID],
- : GeolocationFilters,
- : [ID]
- ): [Proposal]
- # Get paginated list of proposals
- #
- # Arguments
- # after: [Not documented]
- # before: [Not documented]
- # limit: [Not documented]
- (: [Cursor!], : [Cursor!], : Int): ProposalsPage!
- # Arguments
- # id: [Not documented]
- (: ID): RecipeExchange
- # Arguments
- # limit: [Not documented]
- # start: [Not documented]
- (: Int, : ID): [RecipeExchange!]
- # Arguments
- # id: [Not documented]
- (: ID): RecipeFlow
- # Arguments
- # limit: [Not documented]
- # start: [Not documented]
- (: Int, : ID): [RecipeFlow!]
- # Arguments
- # id: [Not documented]
- (: ID): RecipeProcess
- # Arguments
- # limit: [Not documented]
- # start: [Not documented]
- (: Int, : ID): [RecipeProcess!]
- # Arguments
- # id: [Not documented]
- (: ID): RecipeResource
- # Arguments
- # limit: [Not documented]
- # start: [Not documented]
- (: Int, : ID): [RecipeResource!]
- # Arguments
- # id: [Not documented]
- (: ID): ResourceSpecification
- # Arguments
- # limit: [Not documented]
- # start: [Not documented]
- (: Int, : ID): [ResourceSpecification!]
- # Get paginated list of resource specifications
- #
- # Arguments
- # after: [Not documented]
- # before: [Not documented]
- # inScopeOf: [Not documented]
- # limit: [Not documented]
- # tagIds: [Not documented]
- (
- : [Cursor!],
- : [Cursor!],
- : [ID],
- : Int,
- : [ID]
- ): ResourceSpecificationPage!
- # Arguments
- # id: [Not documented]
- (: ID): Satisfaction
- # Arguments
- # limit: [Not documented]
- # start: [Not documented]
- (: Int, : ID): [Satisfaction!]
- # Arguments
- # id: [Not documented]
- (: ID): Scenario
- # Arguments
- # id: [Not documented]
- (: ID): ScenarioDefinition
- # Arguments
- # limit: [Not documented]
- # start: [Not documented]
- (: Int, : ID): [ScenarioDefinition!]
- # Arguments
- # limit: [Not documented]
- # start: [Not documented]
- (: Int, : ID): [Scenario!]
- # Arguments
- # id: [Not documented]
- (: ID): Settlement
- # Arguments
- # limit: [Not documented]
- # start: [Not documented]
- (: Int, : ID): [Settlement!]
- # Arguments
- # id: [Not documented]
- (: ID): SpatialThing
- # Arguments
- # limit: [Not documented]
- # start: [Not documented]
- (: Int, : ID): [SpatialThing!]
- # Arguments
- # after: [Not documented]
- # before: [Not documented]
- # limit: [Not documented]
- (: [Cursor], : [Cursor], : Int): SpatialThingsPage!
- # Get a tag by ID
- #
- # Arguments
- # id: [Not documented]
- (: ID): Tag
- # Arguments
- # id: [Not documented]
- (: ID): Unit
- # Arguments
- # limit: [Not documented]
- # start: [Not documented]
- (: Int, : ID): [Unit!]
- # Arguments
- # after: [Not documented]
- # before: [Not documented]
- # limit: [Not documented]
- (: [Cursor], : [Cursor], : Int): UnitsPage!
- # Arguments
- # id: [Not documented]
- (: ID): ValueCalculation
- # Arguments
- # after: [Not documented]
- # before: [Not documented]
- # limit: [Not documented]
- (
- : [Cursor!],
- : [Cursor!],
- : Int
- ): ValueCalculationPage!
- }
link Require by
This element is not required by anyone