ExampleModelGetInput
No description
1@oneOf
1@gca_schema_types(2names: "com.brightspot.docs.graphql.example.docs.ExampleModel"3)
1input ExampleModelGetInput {2_id: UUID3_url: String4}
Directives
oneOf
1@oneOf
gca_schema_types
1@gca_schema_types(2names: "com.brightspot.docs.graphql.example.docs.ExampleModel"3)
Fields
_id ● UUID scalar common
Fetch a Example Model instance by its unique Record ID.
_url ● String scalar common
Fetch a Example Model instance by its unique URL.
Member Of
RecordGetByTypeInputinput