SCALAR
String
The String
scalar type represents textual data, represented as UTF-8
character sequences. The String type is most often used by GraphQL to
represent free-form human-readable text.
link GraphQL Schema definition
- scalar String
link Require by
- ActionAn action verb defining the kind of event, commitment, or intent. It is recommended that the lowercase action verb should be used as the record ID in order that references to `Action`s elsewhere in the system are easily readable.
- AgentA person or group or organization with economic agency.
- agentCommitmentSearchParamsQuery parameters for reading `Commitment`s related to an `Agent`
- AgentCreateParamsnull
- agentEventSearchParamsQuery parameters for reading `EconomicEvent`s related to an `Agent`
- agentPlanSearchParamsQuery parameters for reading `Plan`s related to an `Agent`
- agentProcessSearchParamsQuery parameters for reading `Process`es related to an `Agent`
- AgentRelationshipThe role of an economic relationship that exists between 2 agents, such as member, trading partner.
- AgentRelationshipCreateParamsnull
- AgentRelationshipRoleA relationship role defining the kind of association one agent can have with another.
- AgentRelationshipRoleCreateParamsnull
- AgentRelationshipRoleUpdateParamsnull
- AgentRelationshipUpdateParamsnull
- agentResourceSearchParamsQuery parameters for reading `EconomicResource`s related to an `Agent`
- AgentUpdateParamsnull
- AgreementAny type of agreement among economic agents.
- AgreementCreateParamsnull
- AgreementUpdateParamsnull
- AppreciationA way to tie an economic event that is given in loose fulfilment for another economic event, without commitments or expectations. Supports the gift economy.
- AppreciationCreateParamsnull
- AppreciationUpdateParamsnull
- CategoryA category (eg. tag in a taxonomy)
- CategoryInputnull
- ClaimA claim for a future economic event(s) in reciprocity for an economic event that already occurred. For example, a claim for payment for goods received.
- ClaimCreateParamsnull
- ClaimUpdateParamsnull
- CommitmentA planned economic flow that has been promised by an agent to another agent.
- CommitmentCreateParamsnull
- CommitmentUpdateParamsnull
- EconomicEventAn observed economic flow, as opposed to a flow planned to happen in the future. This could reflect a change in the quantity of an economic resource. It is also defined by its behavior in relation to the economic resource (see `Action`)
- EconomicEventCreateParamsnull
- EconomicEventUpdateParamsnull
- EconomicResourceA resource which is useful to people or the ecosystem.
- EconomicResourceCreateParamsInput `EconomicResource` type used when sending events to setup initial resource recordings
- EconomicResourceUpdateParamsnull
- FulfillmentRepresents many-to-many relationships between commitments and economic events that fully or partially satisfy one or more commitments.
- FulfillmentCreateParamsnull
- FulfillmentUpdateParamsnull
- GeolocationFiltersnull
- IntentA planned economic flow which has not been committed to, which can lead to economic events (sometimes through commitments).
- IntentCreateParamsnull
- IntentSearchParamsQuery parameters for reading `Intent`s related to an `Agent`
- IntentUpdateParamsnull
- LoginResponsenull
- ObservablePhenomenonPossible qualitative assessment of an `ObservableProperty`. (eg. property "contamination" may have phenomenon like "high", "some", "none")
- ObservablePhenomenonInputParamsPossible qualitative assessment of an `ObservableProperty`. (eg. property "contamination" may have phenomenon like "high", "some", "none")
- ObservablePropertyTypes of things that can be observed or measured as part of `Observation`.
- ObservablePropertyInputParamsTypes of things that can be observed or measured as part of `Observation`.
- ObservationAn observation event that records the measurement or assessement of an economic resource.
- ObservationInputParamsnull
- OrganizationA formal or informal group, or legal organization.
- PersonA natural person.
- PlanA logical collection of processes that constitute a body of planned work with defined deliverable(s).
- PlanCreateParamsnull
- planProcessSearchParamsQuery parameters for reading `Process`es related to a `Plan`
- PlanUpdateParamsnull
- ProcessAn activity that changes inputs into outputs. It could transform or transport economic resource(s).
- ProcessCreateParamsnull
- ProcessSpecificationSpecifies the kind of process.
- ProcessSpecificationCreateParamsnull
- ProcessSpecificationUpdateParamsnull
- ProcessUpdateParamsnull
- ProductBatchA lot or batch, defining a resource produced at the same time in the same way. From DataFoodConsortium vocabulary https://datafoodconsortium.gitbook.io/dfc-standard-documentation/.
- ProductBatchCreateParamsnull
- ProductBatchUpdateParamsnull
- ProposalPublished requests or offers, sometimes with what is expected in return.
- ProposalCreateParamsnull
- ProposalUpdateParamsnull
- RecipeExchangeSpecifies an exchange agreement as part of a recipe.
- RecipeExchangeCreateParamsnull
- RecipeExchangeUpdateParamsnull
- RecipeFlowThe specification of a resource inflow to, or outflow from, a recipe process.
- RecipeFlowCreateParamsnull
- RecipeFlowUpdateParamsnull
- RecipeProcessSpecifies a process in a recipe for use in planning from recipe.
- RecipeProcessCreateParamsnull
- RecipeProcessUpdateParamsnull
- RecipeResourceSpecifies the resource as part of a recipe, for use in planning from recipe.
- RecipeResourceCreateParamsnull
- RecipeResourceUpdateParamsnull
- ResourceSpecificationSpecification of a kind of resource. Could define a material item, service, digital item, currency account, etc. Used instead of a classification when more information is needed, particularly for recipes.
- ResourceSpecificationCreateParamsnull
- ResourceSpecificationUpdateParamsnull
- RootMutationTypenull
- RootQueryTypenull
- SatisfactionRepresents many-to-many relationships between intents and commitments or events that partially or full satisfy one or more intents.
- SatisfactionCreateParamsnull
- SatisfactionUpdateParamsnull
- ScenarioAn estimated or analytical logical collection of higher level processes used for budgeting, analysis, plan refinement, etc.
- ScenarioCreateParamsnull
- ScenarioDefinitionThe type definition of one or more scenarios, such as Yearly Budget.
- ScenarioDefinitionCreateParamsnull
- ScenarioDefinitionUpdateParamsnull
- ScenarioUpdateParamsnull
- SettlementRepresents many-to-many relationships between claim and economic events that fully or partially settle one or more claims.
- SettlementCreateParamsnull
- SettlementUpdateParamsnull
- SpatialThingA physical mappable location.
- SpatialThingCreateParamsnull
- SpatialThingUpdateParamsnull
- TagA tag could be a category or hashtag or user or community or etc
- UnitDefines a unit of measurement, along with its display symbol. From OM2 vocabulary.
- UnitCreateParamsnull
- UnitUpdateParamsnull
- ValueCalculationA calculation performed using custom formulas for a certain context.
- ValueCalculationCreateParamsnull
- ValueCalculationUpdateParamsnull
- __DirectiveRepresents a directive
- __EnumValuenull
- __Fieldnull
- __InputValuenull
- __TypeRepresents scalars, interfaces, object types, unions, enums in the system