ENUM
StandardizedTestType
The types of standardized tests.
link GraphQL Schema definition
1 enum StandardizedTestType { 2 3 # Generates certified, proctored test results. 4 5 6 # Not proctored and not verified. 7 8 }
ENUM
The types of standardized tests.
1 enum StandardizedTestType { 2 3 # Generates certified, proctored test results. 4 5 6 # Not proctored and not verified. 7 8 }