PracticeEpisodeType
Not available for public API use yet. This operation is documented for future use only.
type PracticeEpisodeType {
id: ID!
name: String!
archived: Boolean!
}
Fields
PracticeEpisodeType.id ● ID! non-null scalar
PracticeEpisodeType.name ● String! non-null scalar
PracticeEpisodeType.archived ● Boolean! non-null scalar
Member Of
EpisodeTypeData object ● EpisodeTypeResponsePayload object