GraphQL.Language.AST.Operation.Operation C# (CSharp) Метод

Operation() публичный Метод

public Operation ( ) : System.Collections.Generic
Результат System.Collections.Generic
        public Operation()
        {
            OperationType = OperationType.Query;
            Directives = new Directives();
            Variables = new VariableDefinitions();
        }

Same methods

Operation::Operation ( NameNode name ) : System.Collections.Generic