GraphQLSwift / GraphQL

The Swift GraphQL implementation for macOS and Linux
MIT License
938 stars 72 forks source link

Expose initialisers of GraphQLInputObjectType and InputObjectField as… #23

Closed sportlabsMike closed 7 years ago

sportlabsMike commented 7 years ago

… public

So that GraphQLInputObjectType objects can be constructed by users of the framework.

codecov-io commented 7 years ago

Codecov Report

Merging #23 into master will decrease coverage by 0.03%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #23      +/-   ##
==========================================
- Coverage    80.2%   80.16%   -0.04%     
==========================================
  Files          78       78              
  Lines        9239     9243       +4     
==========================================
  Hits         7410     7410              
- Misses       1829     1833       +4
Impacted Files Coverage Δ
Sources/GraphQL/Type/Definition.swift 48.88% <0%> (-0.45%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2ed4f00...f266324. Read the comment docs.