Skip to content

Commit

Permalink
Update bindingCommon.pure
Browse files Browse the repository at this point in the history
  • Loading branch information
horbe authored Nov 27, 2023
1 parent 037ca6d commit e8b121e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,5 @@ function meta::external::query::graphQL::binding::temporalityToDirectives(): Map

function meta::external::query::graphQL::binding::hierarchyDirective(): DirectiveDefinition[1]
{
^DirectiveDefinition(name = 'extends', typeSystemLocation = [TypeSystemDirectiveLocation.OBJECT, TypeSystemDirectiveLocation.INPUT_OBJECT]);
}
^DirectiveDefinition(name = 'extends', argumentDefinitions = [^InputValueDefinition(name = 'class', type = ^NamedTypeReference(nullable = false, name = 'String'))], typeSystemLocation = [TypeSystemDirectiveLocation.OBJECT, TypeSystemDirectiveLocation.INPUT_OBJECT]);
}

0 comments on commit e8b121e

Please sign in to comment.