Internal
No description
type Internal {
accountId: Int!
categoryId: Int!
createdAt: ISO8601DateTime!
customNamePrefix: String
id: Int!
resourceId: Int!
resourceName: String
resourceType: String!
suggested: Boolean!
topicId: Int!
updatedAt: ISO8601DateTime!
useNamePrefix: Boolean!
}
Fields
Internal.accountId ● Int! non-null scalar
Internal.categoryId ● Int! non-null scalar
Internal.createdAt ● ISO8601DateTime! non-null scalar
Created at
Internal.customNamePrefix ● String scalar
Internal.id ● Int! non-null scalar
Internal.resourceId ● Int! non-null scalar
Internal.resourceName ● String scalar
Internal.resourceType ● String! non-null scalar
Internal.suggested ● Boolean! non-null scalar
Internal.topicId ● Int! non-null scalar
Internal.updatedAt ● ISO8601DateTime! non-null scalar
Updated at
Internal.useNamePrefix ● Boolean! non-null scalar
Returned By
internalIdeaForm query
Member Of
CreateInternalIdeaFormPayload object ● DeleteInternalIdeaFormPayload object ● InternalConnection object ● InternalEdge object ● UpdateInternalIdeaFormPayload object