Category
No description
type Category implements FussyEventReferenceEventableInterface {
createdAt: ISO8601DateTime!
furigana: String!
id: Int!
imageUrl: String
name: String!
updatedAt: ISO8601DateTime!
}
Fields
Category.createdAt
● ISO8601DateTime!
non-null scalar
Category.furigana
● String!
non-null scalar
Category.id
● Int!
non-null scalar
Category.imageUrl
● String
scalar
Category.name
● String!
non-null scalar
Category.updatedAt
● ISO8601DateTime!
non-null scalar
Interfaces
FussyEventReferenceEventableInterface
interface
Returned by
categories
query
Member of
Form
object