federation/gateway/node_modules/@apollo/protobufjs/google/protobuf/source_context.proto
2020-11-14 16:43:58 +01:00

7 lines
98 B
Protocol Buffer

syntax = "proto3";
package google.protobuf;
message SourceContext {
string file_name = 1;
}