Skip to content
Snippets Groups Projects
Commit a3758a07 authored by stevereis's avatar stevereis
Browse files

Change field name 'categories' to 'enumrations'

parent 1141a463
No related branches found
No related tags found
No related merge requests found
......@@ -17,10 +17,7 @@ export class Variable {
description?: string;
@Field(type => [Category])
categories: Category[];
@Field(type => Boolean)
isCategorical: boolean;
enumerations: Category[];
@Field(type => [Group])
groups: Group[];
......
......@@ -12,8 +12,7 @@ type Variable {
label: String
type: String!
description: String
categories: [Category!]!
isCategorical: Boolean!
enumerations: [Category!]!
groups: [Group!]!
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment