protected function ThunderSchema::getSchemaDefinition in Thunder 6.2.x
File
- modules/
thunder_gqls/ src/ Plugin/ GraphQL/ Schema/ ThunderSchema.php, line 109
Class
- ThunderSchema
- Tha base schema for Thunder composable schema.
Namespace
Drupal\thunder_gqls\Plugin\GraphQL\SchemaCode
protected function getSchemaDefinition() {
return SdlSchemaPluginBase::getSchemaDefinition();
}