SCALAR
ID
The ID
scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as "4"
) or integer (such as 4
) input value will be accepted as an ID.
link GraphQL Schema definition
- scalar ID
link Require by
- AddToUserRolesConnectionInputnull
- ChangeUserPasswordInputnull
- CreateEpisodeInputnull
- CreateFileInputnull
- CreateMarkerInputnull
- CreateRoleInputnull
- CreateUserInputnull
- DeleteEpisodeInputnull
- DeleteFileInputnull
- DeleteMarkerInputnull
- DeleteRoleInputnull
- DeleteUserInputnull
- EpisodeThe Episode type
- EpisodeIdSubscriptionFiltersnull
- EpisodeIdWhereArgsnull
- FieldA Scaphold User.
- FileThe File type
- FileIdSubscriptionFiltersnull
- FileIdWhereArgsnull
- MarkerThe Marker type
- MarkerIdSubscriptionFiltersnull
- MarkerIdWhereArgsnull
- MigrateFieldInputA Scaphold User.
- MigratePermissionInputA scaphold type permission.
- MigrateRoleInputA scaphold type permission.
- MigrateSchemaInputnull
- MigrateTypeInputA Scaphold User.
- Nodenull
- PermissionA scaphold type permission.
- Querynull
- RemoveFromUserRolesConnectionInputnull
- RequestLog### RequestLog Request Logs are backed by elasticsearch and therefore offer more powerful querying and analytical capabilities. We have adapted the ElasticSearch API to better fit GraphQL, but the concepts remain the same. The definitive guide is a great place to start if you are new to search (https://www.elastic.co/guide/en/elasticsearch/guide/current/index.html), and these docs cover the API in more detail: (https://www.elastic.co/guide/en/elasticsearch/reference/current/index.html)
- RoleThe Role type
- RoleIdSubscriptionFiltersnull
- RoleIdWhereArgsnull
- SchemaA Scaphold Schema.
- TypeA Scaphold User.
- UpdateEpisodeInputnull
- UpdateFileInputnull
- UpdateMarkerInputnull
- UpdateRoleInputnull
- UpdateUserInputnull
- UpdateUserRolesConnectionInputnull
- UserThe User type
- UserIdSubscriptionFiltersnull
- UserIdWhereArgsnull
- Viewernull